contains

@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
operator fun <T : Comparable<T>> NotEmptyRange<T>.contains(value: T): Boolean

Returns true if this range contains the given value, or returns false otherwise.